From: Ingo Molnar Date: Thu, 4 Sep 2008 13:04:37 +0000 (+0200) Subject: stack tracer: depends on DEBUG_KERNEL X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~25575^2~85 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2ff01c6a17391225a18256d510b6e5b4aba40aa1;p=linux-4.9.git stack tracer: depends on DEBUG_KERNEL Signed-off-by: Ingo Molnar --- diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 2a22e46390d3..5a9cffb0fafb 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -109,6 +109,7 @@ config CONTEXT_SWITCH_TRACER config STACK_TRACER bool "Trace max stack" depends on HAVE_FTRACE + depends on DEBUG_KERNEL select FTRACE select STACKTRACE help